package path.calculator;

public class Permutation<T implements Comparable> {

    public boolean valuesAre(T string) {
    }

}
